ServiceExportItems Method (ItemId) |
Exports an item from a mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExportItemsResponse ExportItems(
ItemId itemId
)
Public Function ExportItems (
itemId As ItemId
) As ExportItemsResponse
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to export.
Return Value
Type:
ExportItemsResponseExportItemsResponse.
See Also